Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / ItemsSourceChanged Property

In This Topic
    ItemsSourceChanged Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the callback called when the ItemsSource property has changed.
    Syntax
    'Declaration
     
    
    Public Property ItemsSourceChanged As EventCallback(Of IEnumerable)
    public EventCallback<IEnumerable> ItemsSourceChanged {get; set;}
    See Also